Merged
Conversation
|
Coverage after merging release/1.10.0 into main will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
🔦 Lighthouse Report
|
Contributor
There was a problem hiding this comment.
Pull request overview
Release prep for v1.10.0 (Native regex support), updating version metadata and publishing the accompanying documentation updates (release post + indexes).
Changes:
- Bump
package.jsonversion to 1.10.0 - Add the v1.10.0 release blog post
- Update blog index and
CHANGELOG.mdto include the new release entry
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
package.json |
Bumps published package version to 1.10.0. |
docs/blog/release-v1-10-0.md |
New “What’s new” post describing regex support and related CLI behavior. |
docs/blog/index.md |
Adds v1.10.0 to the blog release index table. |
CHANGELOG.md |
Adds v1.10.0 row linking to the new release post. |
| github-code-search "/from.*['\"\`]axios/" --org my-org | ||
|
|
||
| # Axios pinned to any semver-prefix in package.json | ||
| github-code-search '/"axios": "[~^]?[0-9]"/ filename:package.json' --org my-org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v1.10.0 — Native regex support
Bumps
package.jsonto1.10.0and adds the release blog post + index/changelog updates.What's in this release (merged via #114)
/pattern/flagsnotation, identical to the GitHub web UI/TODO|FIXME|HACK/sendsTODO OR FIXME OR HACKso every branch is covered--regex-hint— manual override for the API search term when auto-extraction is too short/broad; recorded in the replay commandFiles changed
package.json1.9.0→1.10.0docs/blog/release-v1-10-0.mddocs/blog/index.mdCHANGELOG.mdVerification
The
v1.10.0tag has already been pushed — the CD pipeline (cd.yaml) is building all-platform binaries and will create the GitHub Release automatically.